# python3 requirements.txt file
# see https://pip.readthedocs.io/en/1.1/requirements.html
#django4 should be >= 4.2.30 (LTS) and django5 should be >= 5.2.13 (LTS)
#to fix CVE-2024-53908, CVE-2024-53907, CVE-2024-56374, CVE-2025-26699,
#CVE-2025-27556, CVE-2025-48432, CVE-2025-57833, CVE-2025-59681, CVE-2025-64458,
#CVE-2025-64459, CVE-2025-64460, CVE-2025-13372, CVE-2026-1207, CVE-2026-1287,
#CVE-2026-1312, CVE-2026-25673, CVE-2026-25674, CVE-2026-3902, CVE-2026-33034,
#CVE-2026-33033, CVE-2026-4292 and CVE-2026-4277
#django 5.0 (5.0.14) and 5.1 (5.1.15) have reach their eol
django>=5.2.13
